object fCleanupWizardDlg: TfCleanupWizardDlg Left = 268 Top = 332 BorderStyle = bsDialog Caption = 'fCleanupWizardDlg' ClientHeight = 313 ClientWidth = 484 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = False Position = poScreenCenter OnCreate = FormCreate OnKeyDown = FormKeyDown PixelsPerInch = 96 TextHeight = 13 object bvlBottom: TBevel Left = 0 Top = 272 Width = 484 Height = 41 Align = alBottom Shape = bsTopLine end object shpWizBk: TShape Left = 0 Top = 0 Width = 126 Height = 272 Align = alLeft Pen.Color = clWhite end object imgWiz: TImage Left = 7 Top = 16 Width = 105 Height = 242 AutoSize = True Picture.Data = {} end object pgWiz: TnbPageControl Left = 126 Top = 0 Width = 358 Height = 272 ActivePage = cxTabStart Align = alClient LookAndFeel.Kind = lfUltraFlat LookAndFeel.NativeStyle = False Options = [pcoTopToBottomText] TabOrder = 0 TabPosition = tpRight ClientRectBottom = 272 ClientRectRight = 335 ClientRectTop = 0 object cxTabStart: TcxTabSheet Caption = 'cxTabStart' Color = clWhite object lblTitle: TLabel Left = 32 Top = 16 Width = 161 Height = 19 Caption = '(SET AT RUN TIME)' Color = clWhite Font.Charset = DEFAULT_CHARSET Font.Color = clBlue Font.Height = -16 Font.Name = 'Tahoma' Font.Style = [fsBold] ParentColor = False ParentFont = False end object htmlStart: THTMLabel Left = 32 Top = 58 Width = 297 Height = 19 AnchorHint = False AutoSizing = True AutoSizeType = asVertical Ellipsis = False HintShowFull = False Hover = False HoverColor = clNone HoverFontColor = clNone HTMLHint = False HTMLText.Strings = ( '(runtime)') ShadowColor = clGray ShadowOffset = 2 URLColor = clBlue VAlignment = tvaTop end object optWhere_AllWatches: TRadioButton Left = 32 Top = 176 Width = 322 Height = 17 Caption = 'optWhere_AllWatches' TabOrder = 2 end object optWhere_AllGroups: TRadioButton Left = 32 Top = 152 Width = 322 Height = 17 Caption = 'optWhere_AllGroups' TabOrder = 1 end object optWhere_AllNewsBins: TRadioButton Left = 32 Top = 200 Width = 322 Height = 17 Caption = 'optWhere_AllNewsBins' TabOrder = 3 end object optWhere_ActiveGroup: TRadioButton Left = 32 Top = 128 Width = 322 Height = 17 Caption = 'optWhere_ActiveGroup' Checked = True TabOrder = 0 TabStop = True end end object cxTabDate: TcxTabSheet Caption = 'cxTabDate' Color = clWhite object lblDate: TLabel Left = 32 Top = 24 Width = 41 Height = 13 Caption = 'lblDate' Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False end object lblDate_OlderThan: TLabel Left = 32 Top = 149 Width = 89 Height = 13 Caption = 'lblDate_OlderThan' end object lblOlderThanDays: TLabel Left = 215 Top = 149 Width = 84 Height = 13 Caption = 'lblOlderThanDays' end object optDate_Rcvd: TRadioButton Left = 32 Top = 58 Width = 300 Height = 17 Caption = 'optDate_Rcvd' Checked = True TabOrder = 2 TabStop = True end object optDate_Pub: TRadioButton Left = 32 Top = 82 Width = 300 Height = 17 Caption = 'optDate_Pub' TabOrder = 4 end object txtOlderThan: TnbNumberEdit Left = 141 Top = 146 Width = 43 Height = 21 MaxLength = 3 ParentColor = True TabOrder = 0 Text = '30' end object updOlderThan: TUpDown Left = 184 Top = 146 Width = 16 Height = 21 Associate = txtOlderThan Min = 1 Max = 999 Position = 30 TabOrder = 1 end object optDate_Either: TRadioButton Left = 32 Top = 106 Width = 300 Height = 17 Caption = 'optDate_Either' TabOrder = 3 end end object cxTabExclude: TcxTabSheet Caption = 'cxTabExclude' Color = clWhite object lblExclude: TLabel Left = 32 Top = 24 Width = 59 Height = 13 Caption = 'lblExclude' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False end object chkExcludeUnread: TCheckBox Left = 32 Top = 58 Width = 319 Height = 17 Caption = 'chkExcludeUnread' Checked = True State = cbChecked TabOrder = 0 end object chkExcludeFlagged: TCheckBox Left = 32 Top = 82 Width = 319 Height = 17 Caption = 'chkExcludeFlagged' Checked = True State = cbChecked TabOrder = 1 end end object cxTabFinish: TcxTabSheet Caption = 'cxTabFinish' Color = clWhite object lblFinish: TLabel Left = 32 Top = 24 Width = 47 Height = 13 Caption = 'lblFinish' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False end object lblFinishMsg: TLabel Left = 32 Top = 58 Width = 319 Height = 145 AutoSize = False Caption = 'lblFinishMsg' WordWrap = True end end end object btnBack: TButton Left = 230 Top = 282 Width = 75 Height = 25 Caption = '< &Back' Enabled = False TabOrder = 1 OnClick = btnBackClick end object btnNext: TButton Left = 310 Top = 282 Width = 75 Height = 25 Caption = 'Next >' Default = True TabOrder = 2 OnClick = btnNextClick end object btnCancel: TButton Left = 403 Top = 282 Width = 75 Height = 25 Cancel = True Caption = 'Cancel' ModalResult = 2 TabOrder = 3 end end